Configurates
C1.Web.Mvc.ChartSeriesBase<T>.BindingX. Sets the name of the property that contains X values for the series.
Syntax
'Declaration
Public Function BindingX( _
ByVal As String _
) As TBuilder
public TBuilder BindingX(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also